home *** CD-ROM | disk | FTP | other *** search
- //***********************************************************************
- //
- // Resource.h
- //
- //***********************************************************************
-
- #define IDR_MAINFRAME 100
- #define IDR_CHILDFRAME 101
- #define IDR_CONTEXTMENU 102
-
- #define IDD_ABOUTDLG 110
- #define IDC_ICONRECT 111
-
- #define ID_WIDTH_VTHIN 120
- #define ID_WIDTH_THIN 121
- #define ID_WIDTH_MEDIUM 122
- #define ID_WIDTH_THICK 123
- #define ID_WIDTH_VTHICK 124
-
- #define ID_COLOR_BLACK 130
- #define ID_COLOR_BLUE 131
- #define ID_COLOR_GREEN 132
- #define ID_COLOR_CYAN 133
- #define ID_COLOR_RED 134
- #define ID_COLOR_MAGENTA 135
- #define ID_COLOR_YELLOW 136
- #define ID_COLOR_WHITE 137
-